Python v3.7 HowTos:
Parse a string to float or integer
Sum of the first N positive integers
for i in range(0, 10): print('*', end="") print("\n")
Output:
**********
See also
https://www.w3resource.com/python-exercises/python-basic-exercise-50.php